home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / pedhlp13.arc / DATADAT < prev    next >
Text File  |  1991-06-14  |  2KB  |  42 lines

  1.                                                                <DATA>
  2.         ■ PEDRAW data file format
  3.  
  4.         This is the format in which PEDRAW itself saves files. The file
  5.     should be saved with the extension .DAT. This format will be
  6.     created automatically when pedigree data is saved using the
  7.     "Save pedigree file" option <SAVEFILE>. The file is a plain text
  8.     file which can be created by a word processor or the text editor
  9.     supplied with PEDRAW (selected by the "Edit a file" option
  10.     <EDITFILE>), or if pedigree information is kept in a database a
  11.     report can be set up to export information in the correct format.
  12.     
  13.         Each individual needs at least 13 lines. The first line contains
  14.         the ID. The second line is the gender (M, F or X) and an
  15.         optional diagnosis code which is a number from 0 to 9 to
  16.         indicate how the symbol will be shaded. If 100 is added to this
  17.     number the individual is marked as dead. The diagnosis code is
  18.     separated from the gender by a comma. The next line optionally
  19.     contains the ID's of the father then mother, separated by a
  20.     comma. The next ten lines can contain any text. The maximum
  21.     length of an ID or text line is 20 characters. Example: 
  22.  
  23.         12032
  24.         F,4
  25.         12048,12060
  26.         Miss Linda Smith
  27.         Schizophrenic
  28.         AB
  29.         pos
  30.         wx
  31.         Rr
  32.              ... four more lines, some can be blank.
  33.  
  34.         Note that there is no obligation to keep separate pedigrees in
  35.         separate files. Information about several pedigrees can be
  36.         stored in the same data file, provided each individual has a
  37.         unique ID.
  38.  
  39.         A diagnosis code of 1 shades solid, 2 is half-filled and the
  40.         other numbers produce different patterns. Males are squares,
  41.         females circles and unknowns (X) diamonds.
  42.